home *** CD-ROM | disk | FTP | other *** search
/ USA Bestseller / USA BESTSELLER Vol 1-95 (Hepp-Computer)(1995).iso / e235 / trace.bat < prev    next >
DOS Batch File  |  1994-02-11  |  344b  |  8 lines

  1. @echo off
  2. REM This file is a batch file I use to start POV-Ray. If you want to use 
  3. REM your own, make sure the first argument ('%1') is the scene file without
  4. REM an extension. GO.BAT will call this with the scene filename as the first
  5. REM argument.
  6.  
  7. c:\povray2\povray.exe c:\povray2\pvray.def -i%1.pov -o%1.tga %2 %3 %4 %5 %6 %7 %8 %9
  8.